<?=HEADER=?>

<script type="text/javascript">

function ptOnload() 
{
}

</script>

<div style="position:relative;left:20px;">

<?=MESSAGE=?>

<h2 style="font-family: sans-serif;">Site-to-Site VPN</h2>
 
 <form accept-charset="UTF-8" action="site_to_site_vpn" class="configure_form monitor_unsaved_changes nat_enabled vlans_disabled" id="vpn_settings_edit_form" method="post" name="vpn_settings_edit_form">
 
  <table id='vpn_enabled' class='cfg'><tr>
    <td class='cfgq base'>
      Type
      <i alt="[Help]" class="asx_p fa fa-info-circle auto_hohelp idh_2326274204"></i>
    </td>
    <td class='cfgo'>
      <ul class='radio_options'>
        <li><div class="radio_option_container">
          <input checked="checked" id="vpn_topology_off" name="vpn_topology" type="radio" value="off" />
          <label class='radio_option_label' for="vpn_topology_off">Off</label>
          <div class="radio_option_explanation">
            <span>Do not participate in site-to-site VPN.</span>
          </div>
        </div></li>
        <li><div class="radio_option_container">
          <input id="vpn_topology_hub" name="vpn_topology" type="radio" value="hub" />
          <label class='radio_option_label' for="vpn_topology_hub">
            Hub <span style='opacity: 0.7;'>(Mesh)</span>
          </label>
          <div class="radio_option_explanation">
            <span>Establish VPN tunnels with all hubs and dependent spokes.</span>
          </div>
        </div> </li>
          <li><div class="radio_option_container">
              <input id="vpn_topology_spoke" name="vpn_topology" type="radio" value="spoke" />
              <label class='radio_option_label' for="vpn_topology_spoke">Spoke</label>
              <div class="radio_option_explanation">
                <span>Establish VPN tunnels with selected hubs.</span>
              </div>
          </div></li>
      </ul>
    </td>
  </tr></table>

  <div class="save_button_container">
    <input type="submit" value="Save Changes" /> or
    <a href="https://n27.meraki.com/CiscoMaggie/n/mXADndB/manage/configure/vpn_settings" class="suppress_unsaved_changes_alert" title="Discard changes and refresh this page">cancel</a>    <div style="padding-top:.5em; font-size:.8em">(Please allow 1-2 minutes for changes to take effect.)</div>
  </div>
</form>


</div>

<?=FOOTER=?>
</body>
</html>